home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr01 / zapcode.zip / CANLBP8.PMF < prev    next >
Text File  |  1993-01-01  |  13KB  |  379 lines

  1. ;---------------------------------------;
  2. ;  ZAPCODE Printer Make File (PMF)      ;
  3. ;  for the Canon LBP-8: ISO Mode.       ;
  4. ;                                       ;
  5. ;  (C) Copyright 1990 Robert L. Morton  ;
  6. ;  All Rights Reserved                  ;
  7. ;---------------------------------------;
  8.  
  9. PRINTER  =  "Canon LBP-8: ISO Mode"
  10. RESET    =  27,99
  11.  
  12. NAME     =  "Line Feed"
  13.   DESC   =  "Move to next print line while"
  14.             "maintaining the current column"
  15.             "position."
  16.   CODES  =  10
  17.  
  18. NAME     =  "Form Feed"
  19.   DESC   =  "Move to the first line at the top"
  20.             "of the next page while maintaining"
  21.             "the current column position."
  22.             "(Eject the page)"
  23.   CODES  =  12
  24.  
  25. NAME     =  "Half Line Feed"
  26.   DESC   =  "Perform same function as line feed"
  27.             "but move half the distance."
  28.   CODES  =  139
  29.  
  30. NAME     =  "Half Reverse Line Feed"
  31.   DESC   =  "Perform same function as half line"
  32.             "feed but reverse direction."
  33.   CODES  =  140
  34.  
  35. NAME     =  "Eject Paper"
  36.   DESC   =  "Print all the pages waiting to be"
  37.             "output after formatting is"
  38.             "completed."
  39.   CODES  =  155,122
  40.  
  41. NAME     =  "Hard Reset"
  42.   DESC   =  "Reset the printer to the initial"
  43.             "status (power on status)."
  44.   CODES  =  27,99
  45.  
  46. NAME     =  "Soft Reset"
  47.   DESC   =  "Initialize print parameter and"
  48.             "delete temporary registered data."
  49.   CODES  =  27,60
  50.  
  51. NAME     =  "Sound Bell"
  52.   DESC   =  "Sound the printer bell for half a"
  53.             "second."
  54.   CODES  =  7
  55.  
  56. NAME     =  "Parameter Reset"
  57.   DESC   =  "Initialize the print parameter."
  58.   CODES  =  27,61
  59.  
  60. NAME     =  "Enter Diablo Mode"
  61.   DESC   =  "Enable the printer to enter the"
  62.             "Diablo mode."
  63.   CODES  =  27,58
  64.  
  65. NAME     =  "Select Page Format"
  66.   DESC   =  "Specify the page format size and"
  67.             "print orientation."
  68.   CODES  =  155,0
  69.             "Please select form size and"
  70.             "orientation by entering one of the"
  71.             "following decimal values:"
  72.             " "
  73.             "Value   Form Size   Orientation"
  74.             "-----   ---------   -----------"
  75.             "  0     Mounted     Portrait"
  76.             "  1     Mounted     Landscape"
  77.             "  14    A4          Portrait"
  78.             "  15    A4          Landscape"
  79.             "  26    B5          Portrait"
  80.             "  27    B5          Landscape"
  81.             "  30    Letter      Portrait"
  82.             "  31    Letter      Landscape"
  83.             "  32    Legal       Portrait"
  84.             "  33    Legal       Landscape"
  85.             " "
  86.             "Example: Entering 30 selects letter"
  87.             "size paper in the portrait"
  88.             "orientation."
  89.             0,112
  90.  
  91. NAME     =  "Rotate Page Orientation"
  92.   DESC   =  "Rotate the page orientation"
  93.             "without changing the page."
  94.   CODES  =  155,0
  95.             "Please specify page orientation by"
  96.             "entering one of the following"
  97.             "decimal values:"
  98.             " "
  99.             "Value   Orientation"
  100.             "-----   ------------------"
  101.             "  0     Standard mode page"
  102.             "  1     Rotation mode page"
  103.             " "
  104.             "Example: Entering 1 selects rotated"
  105.             "page."
  106.             0,37,114
  107.  
  108. NAME     =  "Set Margin"
  109.   DESC   =  "Specify left, right, top, or bottom"
  110.             "margin."
  111.   CODES  =  155,0
  112.             "Please select margin you wish to"
  113.             "set by entering one of the"
  114.             "following decimal values:"
  115.             " "
  116.             "Value  Margin"
  117.             "-----  ------"
  118.             "  0    Left"
  119.             "  1    Right"
  120.             "  2    Top"
  121.             "  3    Bottom"
  122.             " "
  123.             "Margin selected will be set at the"
  124.             "current horizontal/vertical"
  125.             "location."
  126.             " "
  127.             "Example: Entering 0 while the"
  128.             "current horizontal location is 10"
  129.             "columns from the left edge of the"
  130.             "paper, sets the left margin at that"
  131.             "spot."
  132.             0,116
  133.  
  134. NAME     =  "Clear Margin"
  135.   DESC   =  "Clear left/right or top/bottom"
  136.             "margins."
  137.   CODES  =  155,0
  138.             "Please select margins you wish to"
  139.             "clear by entering one of the"
  140.             "following decimal values:"
  141.             " "
  142.             "Value  Margins"
  143.             "-----  ----------"
  144.             "  0    Right/Left"
  145.             "  1    Top/Bottom"
  146.             " "
  147.             "Example: Entering 1 clears the"
  148.             "top and bottom margins."
  149.             0,117
  150.  
  151. NAME     =  "Select Vertical Spacing"
  152.   DESC   =  "Specify the line pitch."
  153.   CODES  =  155,0
  154.             "Please select line pitch by"
  155.             "entering one of the following"
  156.             "decimal values:"
  157.             " "
  158.             "Value  Pitch"
  159.             "-----  ----------------------"
  160.             "  0    6 lpi (lines per inch)"
  161.             "  1    4 lpi"
  162.             "  2    3 lpi"
  163.             "  3    12 lpi"
  164.             "  4    8 lpi"
  165.             " "
  166.             "Example: Entering 3 selects 12"
  167.             "lines per inch."
  168.             0,32,76
  169.  
  170. NAME     =  "Select Proportional Offset"
  171.   DESC   =  "Specify the proportional character"
  172.             "offset pitch."
  173.   CODES  =  155,0
  174.             "Please enter the offset you wish to"
  175.             "have added/subtracted to/from the"
  176.             "character pitch in decimal:"
  177.             " "
  178.             "Example: Entering 4 will result in"
  179.             "an offset of 4 being added or"
  180.             "subtracted to/from the pitch."
  181.             0,0
  182.             "Please enter one of the following"
  183.             "decimal values to indicate whether"
  184.             "you want the offset value added or"
  185.             "subtracted to/from the character"
  186.             "pitch:"
  187.             " "
  188.             "Value   Result"
  189.             "-----   -----------------------"
  190.             "  0     Offset value added"
  191.             "  1     Offset value subtracted"
  192.             " "
  193.             "Example: Entering 1 would indicate"
  194.             "that we wanted the offset value"
  195.             "subtracted from the character"
  196.             "pitch."
  197.             0,119
  198.  
  199. NAME     =  "Select Graphic Set 0"
  200.   DESC   =  "Specify the graphic set 0."
  201.   CODES  =  27,40,0
  202.             "Please select character set to be"
  203.             "used by entering one of the"
  204.             "following ascii values:"
  205.             " "
  206.             "Value   Character Set"
  207.             "-----   -----------------------"
  208.             " ""I""    Intermediate characters"
  209.             " ""F""    Final character"
  210.             " "
  211.             "(See your manual for a detailed"
  212.             "explanation.)"
  213.             " "
  214.             "Example: Entering ""I"" selects"
  215.             "intermediate characters."
  216.             0
  217.  
  218. NAME     =  "Select Graphic Set 1"
  219.   DESC   =  "Specify the graphic set 1."
  220.   CODES  =  27,41,0
  221.             "Please select character set to be"
  222.             "used by entering one of the"
  223.             "following ascii values:"
  224.             " "
  225.             "Value   Character Set"
  226.             "-----   -----------------------"
  227.             " ""I""    Intermediate characters"
  228.             " ""F""    Final character"
  229.             " "
  230.             "(See your manual for a detailed"
  231.             "explanation.)"
  232.             " "
  233.             "Example: Entering ""I"" selects"
  234.             "intermediate characters."
  235.             0
  236.  
  237. NAME     =  "Select Primary Character Set"
  238.   DESC   =  "Allocate the primary character set"
  239.             "to the current character set."
  240.   CODES  =  15
  241.  
  242. NAME     =  "Select Secondary Character Set"
  243.   DESC   =  "Allocate the secondary character"
  244.             "set to the current character set."
  245.   CODES  =  14
  246.  
  247. NAME     =  "Select Font Pitch"
  248.   DESC   =  "Select the character set with the"
  249.             "specified character pitch."
  250.   CODES  =  155,0
  251.             "Please select character pitch by"
  252.             "entering one of the following"
  253.             "decimal values:"
  254.             " "
  255.             "Value  Pitch"
  256.             "-----  ----------------------------"
  257.             "  0    10 cpi (characters per inch)"
  258.             "  1    12 cpi"
  259.             "  2    15 cpi"
  260.             "  3    6 cpi"
  261.             " "
  262.             "Example: Entering 1 selects 12"
  263.             "characters per inch."
  264.             0,32,75
  265.  
  266. NAME     =  "Select Graphic Rendition"
  267.   DESC   =  "Specify character attributes."
  268.   CODES  =  155,0
  269.             "Please select character attributes"
  270.             "by entering one or more of the"
  271.             "following decimal values:"
  272.             " "
  273.             "Value  Attribute"
  274.             "-----  -------------------------"
  275.             "  0    Reset back to default"
  276.             "  1    Bold characters"
  277.             "  2    Light characters"
  278.             "  3    Italic characters"
  279.             "  4    Underline ON"
  280.             "  5    Shading ON"
  281.             "  7    White/Black inversion ON"
  282.             "  8    Blanks (spaces) ON"
  283.             " 10    Select character set 0"
  284.             " 11    Select character set 1"
  285.             " 12    Select character set 2"
  286.             " 13    Select character set 3"
  287.             " 14    Select character set 4"
  288.             " 15    Select character set 5"
  289.             " 16    Select character set 6"
  290.             " 17    Select character set 7"
  291.             " 18    Select character set 8"
  292.             " 19    Select character set 9"
  293.             " 22    Select regular character set"
  294.             " 23    Select upright character set"
  295.             " 24    Underline OFF"
  296.             " 25    Shading OFF"
  297.             " 27    White/Black inversion OFF"
  298.             " 28    Blanks (spaces) OFF"
  299.             " "
  300.             "Example: Entering 1,3 selects bold"
  301.             "and italic characters."
  302.             0,109
  303.  
  304. NAME     =  "Select Typeface"
  305.   DESC   =  "Select the typeface to be used."
  306.   CODES  =  155,0
  307.             "Please select typeface by entering"
  308.             "one of the following decimal"
  309.             "values:"
  310.             " "
  311.             "Value  Typeface"
  312.             "-----  -------------------"
  313.             "  0    Line printer gothic"
  314.             "  1    Pica"
  315.             "  2    Elite"
  316.             "  3    Courier"
  317.             "  80   Ming-style"
  318.             " "
  319.             "Example: Entering 3 selects the"
  320.             "courier typeface."
  321.             0,121
  322.  
  323. NAME     =  "Select Character Enlargement"
  324.   DESC   =  "Specify enlargement ratio of"
  325.             "characters."
  326.   CODES  =  155,0
  327.             "Please select vertical enlargement"
  328.             "by entering one of the following"
  329.             "decimal values:"
  330.             " "
  331.             "Value   Vertical Enlargement"
  332.             "-----   --------------------"
  333.             " 100    None"
  334.             " 200    200%"
  335.             0,59,0
  336.             "Please select horizontal"
  337.             "enlargement by entering one of the"
  338.             "following decimal values:"
  339.             " "
  340.             "Value   Horizontal Enlargment"
  341.             "-----   ---------------------"
  342.             " 100    None"
  343.             " 200    200 %"
  344.             0,32,66
  345.  
  346. NAME     =  "Select Paper Feed Mode"
  347.   DESC   =  "Specify the paper feed mode."
  348.   CODES  =  155,0
  349.             "Please select paper feed mode by"
  350.             "entering one of the following"
  351.             "decimal values:"
  352.             " "
  353.             "Value   Mode"
  354.             "-----   --------------"
  355.             "  0     Paper feeding from the"
  356.             "        standard cassette (A4,B5,"
  357.             "        letter,legal) mounted on"
  358.             "        the printer body."
  359.             "  1     Manual paper feeding"
  360.             "        (auxiliary paper feeding)."
  361.             " "
  362.             "Example: Entering 1 selects manual"
  363.             "paper feeding."
  364.             0,113
  365.  
  366. NAME     =  "Select Number of Copies"
  367.   DESC   =  "Specify the number of copies to be"
  368.             "printed."
  369.   CODES  =  155,0
  370.             "Please enter number of copies to be"
  371.             "printed in decimal."
  372.             " "
  373.             "Range: 1 to 99 decimal."
  374.             " "
  375.             "Example: Entering 10 specifies 10"
  376.             "copies to print."
  377.             0,118
  378.  
  379.